Removed accidental empty row in gtk_box_pack.
authorMikael Hallendal <micke@imendio.com>
Sat, 28 Jun 2008 16:21:28 +0000 (16:21 +0000)
committerMikael Hallendal <hallski@src.gnome.org>
Sat, 28 Jun 2008 16:21:28 +0000 (16:21 +0000)
2008-06-27  Mikael Hallendal  <micke@imendio.com>

* gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.

svn path=/trunk/; revision=20701

ChangeLog
gtk/gtkbox.c

index 5dfc3d2a1bcae39d48dc73eaa98d02ab9938b07d..c26aa682701e9c3b039724a26a682f1f344ec482 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-27  Mikael Hallendal  <micke@imendio.com>
+
+       * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.
+
 2008-06-27  Mikael Hallendal  <micke@imendio.com>
 
        * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
index bc81a7698ad4d30a3eca3f82017168ab29a20382..f78e88388ffba9a0814cc3e8a06af755f16128a0 100644 (file)
@@ -363,7 +363,6 @@ gtk_box_pack (GtkBox      *box,
   gtk_widget_child_notify (child, "pack-type");
   gtk_widget_child_notify (child, "position");
   gtk_widget_thaw_child_notify (child);
-             
 }
 
 /**